home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / git / RelNotes-1.5.4.1.txt < prev    next >
Encoding:
Text File  |  2011-09-22  |  524 b   |  18 lines

  1. GIT v1.5.4.1 Release Notes
  2. ==========================
  3.  
  4. Fixes since v1.5.4
  5. ------------------
  6.  
  7.  * "git-commit -C $tag" used to work but rewrite in C done in
  8.    1.5.4 broke it.
  9.  
  10.  * An entry in the .gitattributes file that names a pattern in a
  11.    subdirectory of the directory it is in did not match
  12.    correctly (e.g. pattern "b/*.c" in "a/.gitattributes" should
  13.    match "a/b/foo.c" but it didn't).
  14.  
  15.  * Customized color specification was parsed incorrectly when
  16.    numeric color values are used.  This was fixed in 1.5.4.1.
  17.  
  18.